home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://iobitcom/skin/alert/alert.css" type="text/css"?>
-
- <window
- windowtype="EBAlertMainType"
- id="EBAlertMainId"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- onload="alertManager.onload(this)"
- hidechrome="true"
- class="alertWindow"
- style="background-color:White"
- width="313"
- height="133">
-
- <script type="application/x-javascript" src="chrome://iobitcom/content/ctoolbar.js" />
- <script type="application/x-javascript">
- <![CDATA[
- alertManager = new EBAlertDialogFF2_CT2384137();
- //onload="alertManager.onload(this)"
- ]]>
-
- </script>
-
- <vbox class="mainVBox">
- <!-- Title -->
- <hbox class="titleHBox">
- <spacer width="8" />
- <titlebar flex="1">
- <vbox>
- <box flex="1" />
- <hbox>
- <html:div>
- <html:img src="" alt="" id="imgLogo" />
- </html:div>
- <label id="lblHeaderText" value="" class="lblHeaderText"/>
- </hbox>
- <box flex="1" />
- </vbox>
- </titlebar>
-
- <html:div>
- <image id="imgSettings" ebClasses="imgSettings;imgTitle;imgTitle_hover;imgTitle_dn;" />
- </html:div>
- <spacer width="5" />
- <html:div>
- <image id="imgClose" ebClasses="imgClose;imgTitle;imgTitle_hover;imgTitle_dn;" />
- </html:div>
- <spacer width="5" />
- </hbox>
-
- <!-- Body -->
- <vbox class="bodyBox">
- <browser id="frameMsg" style="border:0px; margin-left:3px; margin-right:3px; overflow:hidden;" autoscroll="false" width="200" height="64" type="content"/>
- <!-- Paging -->
- <hbox id="boxPaging" style="display:none;" dir="ltr">
- <box flex="1" />
-
- <html:div>
- <image id="imgPrev" ebClasses="imgPrev;imgBtnPaging;imgBtnPaging_hover;imgBtnPaging_dn;imgBtnPaging_disabled" />
- </html:div>
- <spacer width="6" />
- <label id="lblCurrentPage" class="pagingNumbers" />
- <label value="of" class="pagingNumbers" />
- <label id="lblTotalPages" class="pagingNumbers" />
- <spacer width="6" />
- <html:div>
- <image id="imgNext" ebClasses="imgNext;imgBtnPaging;imgBtnPaging_hover;imgBtnPaging_dn;imgBtnPaging_disabled" />
- </html:div>
-
- <spacer width="10px" />
- </hbox>
- <!-- Paging end -->
-
- </vbox>
- <!-- Body ends -->
- </vbox>
- </window>
-
-
-
-